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

https://github.com/fzn0x/anyconvert

💸 (Service Discontinued) AnyConvert - Ultimate Open Source Currency & Cryptocurrency Converter - Convert USD, BTC & More!
https://github.com/fzn0x/anyconvert

currency-converter react remix remix-run trpc trpc-client

Last synced: about 1 month ago
JSON representation

💸 (Service Discontinued) AnyConvert - Ultimate Open Source Currency & Cryptocurrency Converter - Convert USD, BTC & More!

Awesome Lists containing this project

README

        

# [anyconvert.fzn0x.rocks](https://anyconvert.fzn0x.rocks)

> [!WARNING]
> Backend service discontinued

> AnyConvert Website of fzn0x.rocks

*The website targets the latest version of Chrome, Safari, and Firefox.*

## Setup Docker

```sh
# build image
docker build -f ./Dockerfile . -t remix/run

# run container
docker run -d --name remix-server -p 3000:3000 remix/run
```