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

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

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
```