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
- Host: GitHub
- URL: https://github.com/flarebyte/garam
- Owner: flarebyte
- License: mit
- Created: 2015-03-27T16:09:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-14T12:51:36.000Z (about 11 years ago)
- Last Synced: 2025-03-21T17:09:26.199Z (about 1 year ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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