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

https://github.com/flarebyte/garam

Local web service to store additional keywords and metadata for files and urls
https://github.com/flarebyte/garam

Last synced: 10 months ago
JSON representation

Local web service to store additional keywords and metadata for files and urls

Awesome Lists containing this project

README

          

# [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image]

> Local web service to store keywords and metadata for files and urls

## Install

```sh
$ npm install --save garam
```

## Usage

```js
var garam = require('garam');

garam('Rainbow');
```

```sh
$ npm install --global garam
$ garam --help
```

```sh
# creates a browser.js
$ npm run browser
```

## License

MIT © [Olivier Huin]()

[npm-url]: https://npmjs.org/package/garam
[npm-image]: https://badge.fury.io/js/garam.svg
[travis-url]: https://travis-ci.org/flarebyte/garam
[travis-image]: https://travis-ci.org/flarebyte/garam.svg?branch=master
[daviddm-url]: https://david-dm.org/flarebyte/garam.svg?theme=shields.io
[daviddm-image]: https://david-dm.org/flarebyte/garam