Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerome1337/ecampus-calendar
NodeJS app to fetch EPSI Ecampus courses into Outlook/Gmail calendar
https://github.com/jerome1337/ecampus-calendar
Last synced: 6 days ago
JSON representation
NodeJS app to fetch EPSI Ecampus courses into Outlook/Gmail calendar
- Host: GitHub
- URL: https://github.com/jerome1337/ecampus-calendar
- Owner: Jerome1337
- License: mit
- Created: 2016-10-12T09:53:44.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-30T16:11:31.000Z (about 8 years ago)
- Last Synced: 2024-05-01T15:02:24.615Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 434 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EPSI Ecampus calendar
[![Build Status](https://travis-ci.org/Jerome1337/ecampus-calendar.svg?branch=master)](https://travis-ci.org/Jerome1337/ecampus-calendar)
[![bitHound Overall Score](https://www.bithound.io/github/Jerome1337/ecampus-calendar/badges/score.svg)](https://www.bithound.io/github/Jerome1337/ecampus-calendar)Written in JavaScript using NodeJS, ExpressJS, MomentJS, MongoDB, SASS and Foundation 6
## Usage
Use `$ make install` to install and setup project dependenciesUse `$ npm start` to start NodeJS server
Use `$ npm test` to launch tests
## TODO
* Front-end
* Rework login form
* Spinner when the calendar is loading
* Use Gmail API
* Add saved datas to Gmail calendar
* Factorize / optimize code
* Rework repo commit history## Authors
* [Jérôme Pogeant](https://github.com/Jerome1337)
* [Julien Bouquet](https://github.com/Nobody59)