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

https://github.com/timsusa/yamap

Yet another map... serves for the javascript-api from "here!" as an google.maps alternative
https://github.com/timsusa/yamap

Last synced: about 1 year ago
JSON representation

Yet another map... serves for the javascript-api from "here!" as an google.maps alternative

Awesome Lists containing this project

README

          

# QuickStart

## For developers:

```
npm install
bower install
grunt serve --variant=generic --flavor=develop
```

## Build for production:

```
npm install
bower install
grunt cibuild --variant=generic --flavor=develop
```