Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1egoman/eventparser
parsing events
https://github.com/1egoman/eventparser
Last synced: about 1 month ago
JSON representation
parsing events
- Host: GitHub
- URL: https://github.com/1egoman/eventparser
- Owner: 1egoman
- Created: 2015-05-12T21:21:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T16:36:39.000Z (about 9 years ago)
- Last Synced: 2024-04-11T13:59:56.683Z (9 months ago)
- Language: CoffeeScript
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eventparser [![Build Status](https://secure.travis-ci.org/1egoman/eventparser.png?branch=master)](http://travis-ci.org/1egoman/eventparser)
event parsing madness
## Getting Started
Install the module with: `npm install eventparser````javascript
var eventparser = require('eventparser');
eventparser.awesome(); // "awesome"
``````coffee-script
eventparser = require 'eventparser'
eventparser.awesome() // "awesome"
```## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).## Release History
_(Nothing yet)_## License
Copyright (c) 2015 Ryan Gaus. Licensed under the MIT license.