Skip to content

A RESTful API for currency conversion. Seamlessly convert monetary values between different currencies.

License

Notifications You must be signed in to change notification settings

rmottanet/coinsnark-api-fk

Repository files navigation

Coin Snark API

ctrl+s ✌️

This project showcases the Coin Snark API, a currency conversion service written in Python Flask. It provides users with a seamless way to convert monetary values between different currencies. The API is part of a larger project, which also includes a frontend page hosted on GitHub Pages for easy access to its functionalities.

While this README offers a brief overview, for a comprehensive understanding, please refer to the complete documentation.

Features

Provides a list of supported currencies. Allows currency conversion between various currency pairs. Lightweight and easy-to-use API for seamless integration into applications.

Usage

To use the Coin Snark API, developers need to send HTTP requests to the designated endpoints. The API responds with JSON data containing the requested information or converted currency values.

API Endpoints:

To use the Coin Snark API locally, you can make requests to the following endpoints:

Get Supported Currency List:

curl "http://localhost:8000/api/currency"

Convert Currency:

curl "http://localhost:8000/api/convert?from=usd&to=brl&amount=42.75"

For more detailed information about the endpoints and their functionalities, refer to the central API documentation.

API keys from third-party services may be required for the correct functioning of certain API functionalities.

Contributing

Contributions to the Coin Snark API project are welcome! If you have ideas for improvements, feature requests, or bug reports, please feel free to open an issue or submit a pull request.

Thank you for considering the Coin Snark API for your currency conversion needs. If you have any questions or need further assistance, please don't hesitate to reach out. Happy coding! 🚀



GitLab GitHub Instagram Linkedin