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

https://github.com/fd/fh-core


https://github.com/fd/fh-core

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# `fh-core`

```js
import Featherhead from 'npm:fh-core';
Featherhead.resolve('path')
.then(unit => console.log(unit.address));
```