Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkwebdev/twitter-timeline-flux
Simple twitter timeline from multiple filtered queries
https://github.com/darkwebdev/twitter-timeline-flux
Last synced: about 1 month ago
JSON representation
Simple twitter timeline from multiple filtered queries
- Host: GitHub
- URL: https://github.com/darkwebdev/twitter-timeline-flux
- Owner: darkwebdev
- Created: 2015-11-20T13:30:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-22T23:08:13.000Z (about 9 years ago)
- Last Synced: 2024-04-16T22:28:37.686Z (9 months ago)
- Language: JavaScript
- Homepage: http://darkwebdev.github.io/twitter-timeline-flux/
- Size: 136 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twitter-timeline-flux
Simple twitter timeline from multiple filtered queries# preview
http://darkwebdev.github.io/twitter-timeline-flux/# install
```
npm i
npm run build
```# develop
```
npm run watch
```
This will start watchify.# test
```
npm test
```
This will start linter and test-runner.