Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/honzahommer/heapi


https://github.com/honzahommer/heapi

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# heapi
> Hurricane Electric Free IPv6 Tunnel Broker API

[![Release](https://img.shields.io/github/release/honzahommer/heapi.svg)](https://github.com/honzahommer/heapi/releases/latest)  
[![npm version](https://img.shields.io/npm/v/heapi.svg)](https://www.npmjs.com/package/heapi)   [![Build Status](https://img.shields.io/travis/honzahommer/heapi/master.svg)](https://travis-ci.org/honzahommer/heapi)   [![devDependency Status](https://img.shields.io/david/dev/honzahommer/heapi.svg)](https://david-dm.org/honzahommer/heapi?type=dev)   [![Meteor Atmosphere](https://img.shields.io/badge/meteor-honzahommer%3Aheapi-blue.svg)](https://atmospherejs.com/honzahommer/heapi)

## Install & Running

### The old way

```bash
git clone https://github.com/honzahommer/heapi.git
cd heapi
npm install
npm start
```

### PM2 (Node.js process manager)

```bash
git clone https://github.com/honzahommer/heapi.git
cd heapi
cp ecosystem.config.js.sample ecosystem.config.js
npm install
pm2 startOrRestart ecosystem.config.json
```

### Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)

## Tests

```bash
npm test
```

## Endpoints

```bash
curl localhost:3000
curl localhost:3000/description
curl localhost:3000/serverv6
```