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: 4 months ago
JSON representation
A quick experimental app that requests and maps posts from a WordPress.com blog.
- Host: GitHub
- URL: https://github.com/beaulebens/postmapper
- Owner: beaulebens
- License: gpl-2.0
- Created: 2015-06-23T18:25:38.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T15:04:38.000Z (about 10 years ago)
- Last Synced: 2025-02-26T22:15:54.927Z (4 months ago)
- Language: JavaScript
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)