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

https://github.com/pgilad/fb-calendar

A Facebook calendar exercise
https://github.com/pgilad/fb-calendar

Last synced: about 1 year ago
JSON representation

A Facebook calendar exercise

Awesome Lists containing this project

README

          

# fb-calendar
> Lay out your daily schedule events in a nicely formatted calendar

## Install

```sh
$ git clone git@github.com:pgilad/fb-calendar.git

$ cd fb-calendar

# install dependencies
$ npm install

# make sure you have gulp as a global npm package, otherwise `npm install --global gulp`
$ gulp build
# //-> built code will be in `./dist`
```

## View Page

```sh
# on osx:
$ open ./dist/index.html
```

## License

MIT @Gilad Peleg