Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 818 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 818 Bytes

Code Climate

How to run this locally:

You can simply run a http-server on the root directory using 'python -m SimpleHTTPServer 8080' and run the app on http://localhost:8080!

How to extend this:

The app name and secret are published in the code, so you can just keep hacking on this repository! See the Appbase Javascript API.

Ideally, you should create your own app on Appbase, so you can isolate your data records from everyone else.

You can also use this with Node.js runtime, and keep your app secret secret from prying eyes!

LICENSE


twitter-appbase is freely distributable under MIT License.