hsvruby/lirc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# Introduction TODO: write a fancy app description # Getting Started 1. Install dependencies via bundler: bundle install 2. Run migrations: rake db:migrate 3. Start the server (through bundler): bundle exec pakyow server 4. You'll find the application running here: http://localhost:3000 #Test notes: #The following will create a new user, returning their access_token curl -X POST --header "Content-Type:application/json" http://localhost:3000/users?twitter_username=SirTopperHat # Next Steps The following resources might be handy: Pakyow Manual: http://pakyow.com/manual LIRC Code: http://github.com/hsvruby/lirc