Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/beaulebens/postmapper

A quick experimental app that requests and maps posts from a WordPress.com blog.
https://github.com/beaulebens/postmapper

Last synced: about 1 month ago
JSON representation

A quick experimental app that requests and maps posts from a WordPress.com blog.

Awesome Lists containing this project

README

        

# PostMapper
A quick experimental app that requests and maps posts from a WordPress.com blog.

# Try It
https://beaulebens.github.io/postmapper/

# Run It Locally
`npm install`

Install dependencies if you've never done it, so that you've got Express.

`npm start`

Starts the local (Node) server, which will run at http://localhost:3000/

# Develop It
`npm install`

Install dependencies.

Make changes to `main.js` in this directory, or `www/index.html`.

Run `npm run-script bundle` to browserify-bundle things into `www/bundle.js`, then refresh your browser (http://localhost:3000/)