https://github.com/lelylan/lelylan-ng
AngularJS Client for Lelylan API
https://github.com/lelylan/lelylan-ng
Last synced: 4 months ago
JSON representation
AngularJS Client for Lelylan API
- Host: GitHub
- URL: https://github.com/lelylan/lelylan-ng
- Owner: lelylan
- Created: 2013-02-14T13:54:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-01-27T09:44:25.000Z (over 10 years ago)
- Last Synced: 2026-01-24T05:50:12.070Z (5 months ago)
- Language: JavaScript
- Homepage: http://lelylan.github.com/lelylan-ng
- Size: 5.91 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# AngularJS SDK for Lelylan
AngularJS SDK for [Lelylan](http://lelylan.com).
## Documentation
[](http://lelylan.github.com/lelylan-ng)
## Contributing
Fork the repo on github and send a pull requests with topic branches.
Do not forget to provide specs to your contribution.
### Setup
* Fork and clone the repository
* Run `npm install && bower install`
### Unit tests (karma)
* `grunt karma:unit`
### Creating your own distribution
* `grunt build`
The new distribution files will be created in the `dist/` folder.
### Coding guidelines
Follow [github](https://github.com/styleguide/) guidelines.
## Feedback
Use the [issue tracker](http://github.com/lelylan/lelylan-ng/issues) for bugs or [stack overflow](http://stackoverflow.com/questions/tagged/lelylan) for questions.
[Mail](mailto:dev@lelylan.com) or [Tweet](http://twitter.com/lelylan) us for any idea that can improve the project.
## Links
* [GIT Repository](http://github.com/lelylan/lelylan-ng)
* [Lelylan Dev Center](http://dev.lelylan.com)
* [Lelylan Site](http://lelylan.com)
## Authors
[Andrea Reginato](https://www.linkedin.com/in/andreareginato)
## Contributors
Special thanks to all [contributors](https://github.com/lelylan/lelylan-ng/contributors)
for submitting patches.
## Changelog
See [CHANGELOG](https://github.com/lelylan/lelylan-ng/blob/master/CHANGELOG.md)
## License
Lelylan is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).