Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 dependencies

Use `$ 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)