Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chhsiao90/ptt-tweet-crawler
https://github.com/chhsiao90/ptt-tweet-crawler
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chhsiao90/ptt-tweet-crawler
- Owner: chhsiao90
- Created: 2015-10-09T05:27:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-19T05:39:30.000Z (about 9 years ago)
- Last Synced: 2024-10-15T09:49:50.943Z (3 months ago)
- Language: JavaScript
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ptt-tweet-crawler
=================Crawl the tweets under PTT Gossiping.
Provide web application to display the selected user's tweet log.Introduction
------------ptt-tweet-crawler has a server and a client build with node.js to provide services showing selected user's tweet log.
Server used [mongoose](https://github.com/Automattic/mongoose) to connect to mongodb as datasource,
and used [restify](https://github.com/restify/node-restify) to provide restful service.Client used react & redux to provide the web to show the tweets.
TODO
----Feel free to create issue or pull request if had any.