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

https://github.com/lambda2/ceylan


https://github.com/lambda2/ceylan

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# ceylan [![Build Status](https://secure.travis-ci.org/lambda2/ceylan.png?branch=master)](http://travis-ci.org/lambda2/ceylan)

Autocomplete and dropdown on textaeras

## Getting Started
Install the module with: `npm install ceylan`

```javascript
var ceylan = require('ceylan');
ceylan.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) 2014 André Aubin. Licensed under the MIT license.