Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benweet/stackedit-picasa-proxy

Picasa proxy for StackEdit.
https://github.com/benweet/stackedit-picasa-proxy

Last synced: about 2 months ago
JSON representation

Picasa proxy for StackEdit.

Awesome Lists containing this project

README

        

StackEdit Picasa Proxy
======================

Picasa proxy for StackEdit. Allows StackEdit to use Picasa Web Albums Data API (v2.0).

**Usage:**

npm install
node server.js

Deploy on Heroku
----------------

- Create the application:

heroku create

- Rename the application:

heroku apps:rename stackedit-picasa-proxy

- Push changes to Heroku:

git push heroku master

> Written with [StackEdit](http://benweet.github.io/stackedit/).