Skip to content

A small web application that fetches Twitter stream for a couple of keywords

License

Notifications You must be signed in to change notification settings

agudulin/chapelnik

Repository files navigation

Chapelnik

A small web application that fetches Twitter stream for a couple of keywords.

It is built on express using AngularJS and Twitter Bootstrap with jQuery. It is developed with gulp.

Development

# install all dependencies
npm install
bower install
# build the frontend and watch for changes
gulp
# run the app in development environment
npm run dev
# run tests
npm run test

Production

# install all dependencies
npm install
bower install
# build the frontend
npm run build
# run the app in production environment
npm run prod

About

A small web application that fetches Twitter stream for a couple of keywords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published