Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tippenein/twitter-api-interview
code interview for sport-ngin
https://github.com/tippenein/twitter-api-interview
Last synced: 12 days ago
JSON representation
code interview for sport-ngin
- Host: GitHub
- URL: https://github.com/tippenein/twitter-api-interview
- Owner: tippenein
- Created: 2014-01-31T04:53:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T17:18:56.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T03:17:51.037Z (7 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
twitter api interview project
===Hosted on heroku at http://fierce-everglades-3598.herokuapp.com
##Goals
Build a node.js application that authenticates a twitter user to the twitter
API and then uses the following API calls with a simple interface wrapped
around it.1. Provide a search page that uses the GET search/tweets to search tweets,
return the search result to a new page or ajax load them in.2. Allow the user to click details of the user on each tweet to a new page that
returns information from GET statuses/user_timeline3. Check the code into github and share the repo with us.
4. Bonus Item Tweet Map. From #2 use the user name or type in a user name to
GET statuses/user_timeline, for up to 100 tweets that have geo coordinates
place these tweets on a google map.5. Bonus Item deploy the app to Heroku. If not make sure it can run from your
local with any further special instructions.notes:
- if using this in a dev environment, set the `CONSUMER_KEY` and `CONSUMER_SECRET` env variables,
otherwise use `heroku config:set CONSUMER_KEY=etc..`
- Node version must be below 0.10.7 because of Jade :(