Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/3w36zj6/atcoder-heuristic-rating-estimator
- Owner: 3w36zj6
- License: mit
- Created: 2022-02-22T17:29:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T22:44:36.000Z (about 1 year ago)
- Last Synced: 2024-10-15T07:59:15.976Z (24 days ago)
- Topics: atcoder, svelte, typescript
- Language: Svelte
- Homepage: https://3w36zj6.github.io/atcoder-heuristic-rating-estimator/
- Size: 665 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```