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

https://github.com/koopjs/koop-provider-geonames


https://github.com/koopjs/koop-provider-geonames

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# koop-provider-geonames

A simple Koop provider for the Geonames search api.

The provider's `:id` parameter should be given a value that is the desired search string for Geonames API request.

## Configuration
You will need to set a configuration value for the Geonames API user. See `config/default.json`.

### Koop Configuration

The Koop project configuration `koop.json` is the configuration for the app/plugin code. It is part of the code and used to store internal properties of the app/plugin. It should not be changed with the deployment.

## Development

### Testing

### Dev Server

This project by default uses the [Koop CLI](https://github.com/koopjs/koop-cli) to set up the dev server. It can be invoked via

```
$ npm start
```

The server will be running at `http://localhost:8080` or at the port specified at the configuration.

For more details, check the [Koop CLI documentation](https://github.com/koopjs/koop-cli/blob/master/README.md).