https://github.com/ugnmura/yew-numbers-api
Frontend for Numbers API written with Yew.rs
https://github.com/ugnmura/yew-numbers-api
numbersapi rust trunk yew
Last synced: 9 months ago
JSON representation
Frontend for Numbers API written with Yew.rs
- Host: GitHub
- URL: https://github.com/ugnmura/yew-numbers-api
- Owner: ugnmura
- License: mit
- Created: 2023-02-11T13:09:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T12:34:57.000Z (about 3 years ago)
- Last Synced: 2025-02-15T02:35:31.909Z (over 1 year ago)
- Topics: numbersapi, rust, trunk, yew
- Language: Rust
- Homepage: https://sushiwaumai.github.io/yew-numbers-api
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yew Numbers API
Simple frontend for the [Numbers API](http://numbersapi.com/) written in Rust using Yew.rs
## Development
### Prerequisites
- Rust
- Node.js
- Trunk
### Getting Started
Clone the repository
```
git clone https://github.com/SushiWaUmai/yew-numbers-api.git
cd yew-numbers-api
```
Start developing
```
trunk serve --open
```