Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 8576187

Browse files
committed
Add README.md
1 parent 51fdbf8 commit 8576187

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Canvas
2+
3+
`canvas` returns an image of the seismic scale when passed a prefecture id and a numerical value
4+
5+
## Feature
6+
7+
- Can be integrated into existing services as an API
8+
- High speed because of Go language!
9+
10+
## Getting Started
11+
12+
### Prerequisites
13+
14+
- Go (version 1.23 or higher)
15+
16+
### Installation
17+
18+
1. Clone the repository:
19+
20+
```bash
21+
git clone https://github.com/evacuate/canvas.git
22+
```
23+
24+
2. Navigate to the project directory:
25+
26+
```bash
27+
cd canvas
28+
```
29+
30+
3. Install dependencies:
31+
32+
```bash
33+
go mod tidy
34+
```
35+
36+
## Author
37+
38+
- Minagishl ([@minagishl](https://github.com/minagishl))
39+
40+
## License
41+
42+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)