Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridhoq/tweets-vs-commits
Check your public tweet activity vs. your public commit activity
https://github.com/ridhoq/tweets-vs-commits
Last synced: about 1 month ago
JSON representation
Check your public tweet activity vs. your public commit activity
- Host: GitHub
- URL: https://github.com/ridhoq/tweets-vs-commits
- Owner: ridhoq
- Created: 2014-10-08T07:24:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-18T00:10:02.000Z (about 10 years ago)
- Last Synced: 2023-03-25T22:40:14.447Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://ridhoq.github.io/tweets-vs-commits/
- Size: 488 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#tweets-vs-commits
##Installation
1. Clone the repo: `$git clone https://github.com/ridhoq/tweets-vs-commits.git`
2. Install dependencies: `$npm install && bower install`
3. Serve the app with gulp: `gulp serve`##Implementation
I ended up using [OAuth.io](https://oauth.io/) to authenticate for the APIs. Since this app is 100% client side, there’s no way to secure consumer key/secrets. OAuth.io handles that for me without me having to build my own backend. The implementation is largely inspired by this [article](
http://www.chaosm.net/blog/2014/05/24/angularjs-twitter-authentication-with-oauth-io/).##TODO
- Fix dates
- Merge tweets/commits into one list and render that list
- Show total tweets/commits for a given user (commits is more difficult since there is no API endpoint)