https://github.com/dielduarte/allien-challenge
https://github.com/dielduarte/allien-challenge
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dielduarte/allien-challenge
- Owner: dielduarte
- Created: 2017-02-24T00:48:56.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-01-28T02:30:19.000Z (about 5 years ago)
- Last Synced: 2025-02-25T02:44:44.233Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```