Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/floatdrop/facebook-calendar
facebook-calendar with React and JSPM
https://github.com/floatdrop/facebook-calendar
Last synced: 22 days ago
JSON representation
facebook-calendar with React and JSPM
- Host: GitHub
- URL: https://github.com/floatdrop/facebook-calendar
- Owner: floatdrop
- Created: 2014-12-12T19:54:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-10T05:26:24.000Z (almost 10 years ago)
- Last Synced: 2024-10-26T21:13:16.951Z (2 months ago)
- Language: JavaScript
- Homepage: http://floatdrop.github.io/facebook-calendar
- Size: 516 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# facebook-calendar
> Calendar implemented with React and greedy algorythm.
![yup](https://cloud.githubusercontent.com/assets/365089/5419944/1857ec32-8272-11e4-93e8-ff20902b350d.png)
## Usage
> Just open `index.html`
For development install NodeJS and clone this repo. Then do in console:
```
npm i gulp jspm -g
npm i
jspm install
gulp
```After this you will can open [localhost:8080](http://localhost:8080/dev.html) to open development version.