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

https://github.com/messagemedia/lookups-nodejs-tutorial

A tutorial on how to lookup phone numbers stored in a CSV file and output the details into a separate CSV file.
https://github.com/messagemedia/lookups-nodejs-tutorial

api csv lookups nodejs tutorial

Last synced: 10 months ago
JSON representation

A tutorial on how to lookup phone numbers stored in a CSV file and output the details into a separate CSV file.

Awesome Lists containing this project

README

          

# Lookups Node.js Tutorial
Start-up code on how to lookup phone numbers stored in a CSV file and output the details into a separate CSV file.

## ⌛️ Prerequisites
* [A MessageMedia developers account](https://developers.messagemedia.com/register)
* [Node](https://nodejs.org/en/)

## 🎬 Getting started

```javascript
// clone this repository
git@github.com:messagemedia/lookups-nodejs-tutorial.git
// change to folder
cd lookups-nodejs-tutorial
// install dependencies
npm install
```

Next you will need to sign up for a MessageMedia Developers account, get your API credentials and put them in the index.js file. Then you can run your app.
```
node index.js
```

## 📃 License
Apache License. See the [LICENSE](LICENSE) file.