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

https://github.com/malcodeman/republic


https://github.com/malcodeman/republic

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# republic

[![Cypress.io tests](https://img.shields.io/badge/cypress.io-tests-green.svg?style=flat-square)](https://cypress.io)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/malcodeman/republic/blob/main/LICENSE)

ISIN tracker.

![Screenshot](readme/screenshot.png)

## Getting started

```
git clone https://github.com/malcodeman/republic.git
cd republic
yarn install
yarn dev
```

## Testing

```
"cypress:open": "cypress open",
"cypress:run": "cypress run"
```

## License

[MIT](./LICENSE)