Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/philippkueng/librarian-node
- Owner: philippkueng
- Created: 2015-02-25T18:46:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-19T19:40:06.000Z (over 9 years ago)
- Last Synced: 2024-10-12T04:52:43.945Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.