Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)