Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metric-space/twitter-rxjs-stuff
fooling around with the twitter api and rxjs
https://github.com/metric-space/twitter-rxjs-stuff
Last synced: about 5 hours ago
JSON representation
fooling around with the twitter api and rxjs
- Host: GitHub
- URL: https://github.com/metric-space/twitter-rxjs-stuff
- Owner: metric-space
- Created: 2015-10-22T04:05:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T02:52:47.000Z (almost 9 years ago)
- Last Synced: 2023-02-26T06:41:19.681Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Twitter API + Rxjs
Simple local search bar for tweets
mashed the [second example](https://baconjs.github.io/index.html) from the Bacon.js in rxjsand the twitter-node-api
example from https://github.com/chrisharrington/node-twitter-sign-in-example### Steps to get it working
- Make an account on twitter if you don't have one.
- Get a consumer key and secret and your own access tokens from the dev site of twiter
- Fill those in the lib/secrets.json
- Generate a self-signed certificate by following the steps on this [gentleman's blog](http://blog.mgechev.com/2014/02/19/create-https-tls-ssl-application-with-express-nodejs/)
- remember to remove the password from .pem file
- Make sure these (*.pem) are in the root directory of the project### Things to do
- rxjs in the backend
- Error in stream and error handling
- Redirect and oauth
- Prettier UI please ... this is long overdue### License MIT