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

https://github.com/dielduarte/allien-challenge


https://github.com/dielduarte/allien-challenge

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Allien Challenge

## Installation

Run npm install and npm install -g ava

```
npm install -g ava
npm install
```

## Usage
run node index and see results.

```
node index
```

## Tests with ava

```
npm test
```