https://github.com/johnwalicki/node-red-contrib-here-maps
Node-RED Examples that demonstrate HERE APIs and Maps
https://github.com/johnwalicki/node-red-contrib-here-maps
hacktoberfest navigation node-red
Last synced: 2 months ago
JSON representation
Node-RED Examples that demonstrate HERE APIs and Maps
- Host: GitHub
- URL: https://github.com/johnwalicki/node-red-contrib-here-maps
- Owner: johnwalicki
- License: apache-2.0
- Created: 2020-09-03T14:56:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:05:08.000Z (6 months ago)
- Last Synced: 2024-12-25T20:11:46.296Z (4 months ago)
- Topics: hacktoberfest, navigation, node-red
- Language: HTML
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-here-maps
A set of Node-RED nodes that encapsulate the HERE APIs and MapsUse the [HERE.com APIs](https://developer.here.com/documentation) to build maps, navigation and other geolocation services into your Node-RED flows.
The HERE and IBM Developer Advocacy teams, with welcome assistance from our developer ecosystems, are planning to create these node-red-contrib-here-maps nodes so that it is easy for Node-RED developers to incorporate maps, navigation and other geolocation services into your Node-RED flows. Join us on this journey!
## Install
This alpha version package has not yet been pushed to NPM. Install it directly from my github repo.
Run the following command in your Node-RED user directory (typically `~/.node-red`).
```
$ npm install github:johnwalicki/node-red-contrib-here-maps
```## Register
To use **HERE.com services**, you need an **HERE API key**. [Register for a HERE Developer Account](https://developer.here.com/sign-up?create=Freemium-Basic)
### Prerequistes
- [Install Node-RED](https://nodered.org/docs/getting-started/) on your system or in the cloud.
## Node-RED HERE examples:
---
### A flow that displays a Navigation Route on a map
In this [GitHub example](https://github.com/johnwalicki/Node-RED-HERE-Navigation) you can learn how to call the HERE Navigation Routing API and build a Node-RED dashboard that will take you safely to your destination.
---
### A flow that shows news based on topic and location
In this [GitHub example](https://github.com/nerdingitout/Node-RED-HERE) you can learn how to call the HERE Geocoding API and build a Node-RED dashboard that shows real-time tweets and their locations on a map.
---
### Authors- [John Walicki](https://github.com/johnwalicki)
- [Vidhan Bhonsle](https://github.com/vidhanbhonsle)
- [Mohamed Abdeljalil](https://github.com/igalilu)
- [Upkar Lidder](https://github.com/lidderupk)
- [Naiyarah Hussain](https://github.com/naisofly)
- [Masa Abushamleh](https://github.com/nerdingitout)___
Enjoy! Give us [feedback](https://github.com/johnwalicki/node-red-contrib-here-maps/issues) if you have suggestions on how to improve this node.
## License
This tutorial is licensed under the Apache Software License, Version 2. Separate third party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1 (DCO)](https://developercertificate.org/) and the [Apache Software License, Version 2](http://www.apache.org/licenses/LICENSE-2.0.txt).