Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/likecoin/likecoin-api-public

LikeCoin API Public api.docs.like.co
https://github.com/likecoin/likecoin-api-public

api likecoin

Last synced: 2 days ago
JSON representation

LikeCoin API Public api.docs.like.co

Awesome Lists containing this project

README

        

# likecoin-api-public

[![CircleCI](https://circleci.com/gh/likecoin/likecoin-api-public.svg?style=svg)](https://circleci.com/gh/likecoin/likecoin-api-public)
[![codecov](https://codecov.io/gh/likecoin/likecoin-api-public/branch/master/graph/badge.svg)](https://codecov.io/gh/likecoin/likecoin-api-public)
[![Greenkeeper badge](https://badges.greenkeeper.io/likecoin/likecoin-api-public.svg)](https://greenkeeper.io/)

> like.co api

## Build Setup

``` bash
# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm build && npm start
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).

## Backpack

We use [backpack](https://github.com/palmerhq/backpack) to watch and build the application, so you can use the latest ES6 features (module syntax, async/await, etc.).