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

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

Awesome Lists containing this project

README

        

# node-red-contrib-here-maps
A set of Node-RED nodes that encapsulate the HERE APIs and Maps

Use 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

![HERE Navigation Dashboard](https://raw.githubusercontent.com/johnwalicki/Node-RED-HERE-Navigation/master/screenshots/Node-RED-HERE-Navigation-dashboard.png?raw=true "HERE Navigation Dashboard")

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
![image](https://user-images.githubusercontent.com/36239840/91075370-04780200-e64f-11ea-8cd3-cd2f6cfb2bbd.png)

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).