Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/3w36zj6/atcoder-heuristic-rating-estimator

📈 Estimate ratings for AtCoder Heuristic Contest
https://github.com/3w36zj6/atcoder-heuristic-rating-estimator

atcoder svelte typescript

Last synced: 11 days ago
JSON representation

📈 Estimate ratings for AtCoder Heuristic Contest

Awesome Lists containing this project

README

        

# AtCoder Heuristic Rating Estimator
[![Svelte](https://img.shields.io/badge/svelte-%23f1413d.svg?logo=svelte&logoColor=white)](https://svelte.dev/)
[![pages-build-deployment](https://github.com/3w36zj6/atcoder-heuristic-rating-estimator/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/3w36zj6/atcoder-heuristic-rating-estimator/actions/workflows/pages/pages-build-deployment)
[![GitHub license](https://img.shields.io/github/license/3w36zj6/atcoder-heuristic-rating-estimator.svg)](https://github.com/3w36zj6/atcoder-heuristic-rating-estimator)

![image](https://user-images.githubusercontent.com/52315048/172437949-f7a77e6d-cc1d-4900-a07a-bbedaf38dce5.png)

- https://3w36zj6.github.io/atcoder-heuristic-rating-estimator/

## Install
```
npm install
```

## Set environment variable
```
export API_URL="https://script.google.com/macros/s/AKfycby-CKUsGoe7YZBeIf9FMwvCK6JIfqnVkN-8764iNkRApGPns158Q6vJPxpDdnGfsDXU/exec"
```

## Run server
```
npm run dev
```

## Build
```
npm run build
```