Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ripper-no-chart/converter-server
Convert USD-MXN-ARS currencies
https://github.com/ripper-no-chart/converter-server
cors dotenv express fetch morgan nodejs ts-node typescript
Last synced: 21 days ago
JSON representation
Convert USD-MXN-ARS currencies
- Host: GitHub
- URL: https://github.com/ripper-no-chart/converter-server
- Owner: Ripper-No-Chart
- Created: 2024-10-23T16:35:02.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:36:19.000Z (23 days ago)
- Last Synced: 2024-10-23T22:48:24.610Z (22 days ago)
- Topics: cors, dotenv, express, fetch, morgan, nodejs, ts-node, typescript
- Language: TypeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Converter
## Description
**Converter** is a backend application developed in TypeScript that allows for the conversion of values between USD, ARS, and MXN. This project provides a simple API for currency conversion.
## Features
- Currency conversion between USD, ARS, and MXN.
- RESTful API for retrieving conversion rates.
- JSON responses for easy integration.## Technologies
- TypeScript
- Node.js
- Express
- Fetch (for fetching exchange rates from external APIs)## Installation
1. Clone the repository:
```bash
git clone https://github.com/Ripper-No-Chart/converter.git
2. Navigate to the project directory:
```bash
cd converter
3. Install the dependencies:
```bash
npm i
```## Contributions
Contributions are welcome! If you would like to improve this project, please follow these steps:1. Fork the project.
2. Create a branch for your feature (git checkout -b feature/new-feature).
3. Make your changes and commit (git commit -m 'Add new feature').
4. Push to the branch (git push origin feature/new-feature).
5. Open a Pull Request.## License
This project is licensed under the [MIT License.](https://opensource.org/license/mit)