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

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

Awesome Lists containing this project

README

          

# AngularJS SDK for Lelylan

AngularJS SDK for [Lelylan](http://lelylan.com).

## Documentation

[![lelylan-ng](http://i.imgur.com/dLN4isF.png)](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).