Create personalized pockets and transfer money between them with the updated exchange rate.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
The project is a simple tool to help manage personal pockets with different currencies. In a simple way you can transfer your money between your pockets and get real time information about the current exchange rate of that currency.
To get a local copy up and running follow these simple steps.
- node
You can follow the installation guide from the official documentation here
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/samuelsilvadev/exchange-money.git
- Install NPM packages
npm install
- Create an .env file
cp .env.sample .env
- Update the
RAZZLE_OPEN_EXCHANGE_RATES_APP_ID
value in the .env file
API_BASE=your-app-id
Note: Currently we are using the openexchangerates API, you only need to create an APP there and put the newly app-id here.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/something-amazing
) - Commit your Changes (
git commit -m 'feat: Add something amazing'
) - Push to the Branch (
git push origin feature/something-amazing
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Samuel Silva - @samuelsilvadev - [email protected]
Project Link: https://github.com/samuelsilvadev/exchange-money