Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nerdeveloper/rocks-paper-scissors

This app was developed in Typescript as Coding challenge for GETAWAY.
https://github.com/nerdeveloper/rocks-paper-scissors

Last synced: about 1 month ago
JSON representation

This app was developed in Typescript as Coding challenge for GETAWAY.

Awesome Lists containing this project

README

        

# GETAWAY TYPESCRIPT APP

[![Build Status](https://travis-ci.org/nerdeveloper/rocks-paper-scissors.svg?branch=master)](https://travis-ci.org/nerdeveloper/rocks-paper-scissors)

This app was developed in Typescript as Coding challenge for GETAWAY.

## Usage

```bash
git clone https://github.com/nerdeveloper/rocks-paper-scissors.git
cd rocks-paper-scissors
npm install
npm run serve
```

## Test

```bash
npm run test
```

## Linting

```bash
npm run lint
```

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.