Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/philippkueng/librarian-node

A prototype for a unified search application across cloud services.
https://github.com/philippkueng/librarian-node

Last synced: 8 days ago
JSON representation

A prototype for a unified search application across cloud services.

Awesome Lists containing this project

README

        

# librarian (work in progress)

A prototype for a unified search application across cloud services.

## Development

Clone and install all dependencies.

```bash
[email protected]:philippkueng/librarian.git
cd librarian/
npm install
psql -d librarian -f schema.sql
```

Start the development server.

```bash
npm install -g nodemon
npm run-script dev
```

## License

Copyright © 2015, Philipp Küng

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.