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

https://github.com/fed/world

Keeping track of visited and outstanding places around the globe 🌏
https://github.com/fed/world

Last synced: about 2 months ago
JSON representation

Keeping track of visited and outstanding places around the globe 🌏

Awesome Lists containing this project

README

        

# Keeping track of visited places around the globe 🌏

![Screenshot](http://i.imgur.com/dkG9xzV.png)

## Prerequisites

* Node.js (https://nodejs.org/)

## Development Tasks

| Command | Description |
|---------|-------------|
| `npm install` | Fetch dependencies and build binaries for any of the modules |
| `npm start` | Fire up webserver and watch for changes, app will go live on `http://localhost:6789` |
| `npm run build` | Build `bundle.js` for production |
| `npm test` | Run test suite |