https://github.com/koopjs/koop-provider-geonames
https://github.com/koopjs/koop-provider-geonames
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koopjs/koop-provider-geonames
- Owner: koopjs
- Created: 2021-02-11T21:34:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:10:19.000Z (over 3 years ago)
- Last Synced: 2025-01-24T10:47:18.023Z (over 1 year ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).