Skip to content

Commit

Permalink
Correct link for remix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Hui Jing authored Apr 9, 2019
1 parent ed4a198 commit 9737f14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

This project introduces the [Nexmo Number Insight API](https://developer.nexmo.com/number-insight/overview) and how to retrieve information about a number via a web interface using [Koa.js](https://koajs.com/).

To set up your own version, run the following commands after cloning the repo, or [remix the Glitch version](https://glitch.com/edit/#!/nexmo-number-insight-dashboard):
To set up your own version, run the following commands after cloning the repo, or [remix the Glitch version](https://glitch.com/edit/#!/number-insight-koa):

```bash
$ npm install
$ cp .example-env > .env # Remember to include your own API keys
$ node server.js
```
Remember to enter your Nexmo API credentials in your `.env` file.
Remember to enter your Nexmo API credentials in your `.env` file.

0 comments on commit 9737f14

Please sign in to comment.