Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreavitali/tvshowtracker
Yet another TV series tracker application. Made with NodeJS+AngularJS.
https://github.com/andreavitali/tvshowtracker
angular bootstrap expressjs gulp mongodb nodejs
Last synced: 5 days ago
JSON representation
Yet another TV series tracker application. Made with NodeJS+AngularJS.
- Host: GitHub
- URL: https://github.com/andreavitali/tvshowtracker
- Owner: andreavitali
- License: mit
- Created: 2014-09-15T14:55:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-31T11:57:21.000Z (almost 10 years ago)
- Last Synced: 2024-11-02T17:12:36.010Z (2 months ago)
- Topics: angular, bootstrap, expressjs, gulp, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 629 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TvSeriesTracker
=====
**Yet another TV series tracker application**I realized this project to train in Node.js/AngularJS applications.
You can browse TV shows, searching by name or genre and then make your personal list of followed shows.
I used [TheMovieDB API] to get shows informations.Technologies
----This project uses a number of open source projects to work properly:
* [Node.js] + [Express] for the backend
* [AngularJS] + [Bootstrap] for the frontend
* Many other JS libraries *(list coming soon...)*Notes
----
Replace data in file *config/config.js* with your own configurations.
All CSS and JS files can be concatenated and minified using [Gulp].Tech Improvements
----
* Switch from CSS to LESS/SASS
* Use a view template engineFunctional Improvements
----
* Customized calendar for every user
* Episodes notifications (daily, weekly, ...)
* Live email validation on signup
* More cachingLicense
----
MIT[TheMovieDB API]:https://www.themoviedb.org/documentation/api
[tvshow-tracker]:https://github.com/sahat/tvshow-tracker
[Node.js]:http://nodejs.org
[Express]:http://expressjs.com
[AngularJS]:https://angularjs.org/
[Bootstrap]:http://getbootstrap.com/
[Gulp]:http://gulpjs.com/