Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achadha235/mtwirk
MTwirk is platform that crowdsources Twitter users.
https://github.com/achadha235/mtwirk
Last synced: about 1 month ago
JSON representation
MTwirk is platform that crowdsources Twitter users.
- Host: GitHub
- URL: https://github.com/achadha235/mtwirk
- Owner: achadha235
- Created: 2014-03-04T22:40:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T20:31:55.000Z (over 10 years ago)
- Last Synced: 2024-04-14T08:51:35.796Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mechanical Twitter Work (MTWIRK)
================================An app to let users query Twitter for crowd-powered question answering.
## Requirements
- Node
- NPM
- Bower (run npm install -g bower)
- Mongodb## Install
1. Clone the git repo
2. ```cd/MTwirk && npm install``` (This might take long and download a lot of stuff but its mostly for development)
3. ```cd/app && bower install```
4. ```./mk``` (This is a convenience script for compiling/copying JST and SCSS)
5. ```sudo mongod```
5. ```node server.js```
6. Go to http://localhost:3000 in your browserTIMELINE:
4/18 Meeting with Jeff
Frontend/UI
Twitter integrationGOALS:
- payments hardcoded
- integrate Twitter
- Backend: Abhi, Dima (Backbone)
- Frontend: Salem, Mitra, Neha (Angular)