Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/likecoin/likecoin-api-public
- Owner: likecoin
- License: gpl-3.0
- Created: 2018-12-18T12:01:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T13:57:08.000Z (14 days ago)
- Last Synced: 2024-10-25T15:39:05.791Z (14 days ago)
- Topics: api, likecoin
- Language: TypeScript
- Homepage: https://api.docs.like.co
- Size: 5.09 MB
- Stars: 5
- Watchers: 8
- Forks: 11
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.).