Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.