https://github.com/benweet/stackedit-download-proxy
Download proxy for StackEdit
https://github.com/benweet/stackedit-download-proxy
Last synced: 24 days ago
JSON representation
Download proxy for StackEdit
- Host: GitHub
- URL: https://github.com/benweet/stackedit-download-proxy
- Owner: benweet
- Created: 2013-05-10T22:16:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T19:53:16.000Z (about 11 years ago)
- Last Synced: 2025-03-24T03:11:35.124Z (about 1 month ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - benweet/stackedit-download-proxy - Download proxy for StackEdit (others)
README
StackEdit Download Proxy
========================Download proxy for StackEdit. Allows StackEdit to open any URL using CORS.
**Usage:**
npm install
node server.jsDeploy on Heroku
----------------- Create the application:
heroku create
- Rename the application:
heroku apps:rename stackedit-download-proxy
- Push changes to Heroku:
git push heroku master
> Written with [StackEdit](http://benweet.github.io/stackedit/).