Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaydson/calendar
Just a calendar
https://github.com/jaydson/calendar
Last synced: 30 days ago
JSON representation
Just a calendar
- Host: GitHub
- URL: https://github.com/jaydson/calendar
- Owner: jaydson
- Created: 2015-02-12T21:25:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T21:23:13.000Z (almost 10 years ago)
- Last Synced: 2024-10-17T16:55:14.083Z (3 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Just a calendar*
## How to run
- Install the dependencies
```shell
npm install
```- Build with Grunt
```shell
grunt
```- Serve the `dist` folder (example using node module http-server)
```shell
http-server
```## Running the tests
```shell
npm test
```## Technologies
- Node.js
- Grunt
- Jest
- JavaScript ECMA-262 2015 (a.k.a ES6)
- 6to5 (now Babel) transpiler
- Browserify