Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcusbuffett/securl
Password-protected URLs
https://github.com/marcusbuffett/securl
Last synced: about 1 month ago
JSON representation
Password-protected URLs
- Host: GitHub
- URL: https://github.com/marcusbuffett/securl
- Owner: marcusbuffett
- Created: 2015-06-12T22:04:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T17:11:26.000Z (over 9 years ago)
- Last Synced: 2024-05-01T13:08:27.181Z (9 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# securl
Password-protected URLsThe code is running at http://securl.io/
## Usage
To get the app running, download the source, then run the following commands:cd app
npm install && bower install
grunt build
grunt nodemonThen you can go to http://localhost:9000/ in your browser to see it in action.
## Requirements
- MongoDB
- Sass
- Node
- Grunt