dams-currency-converter
v3.0.0
Published
An npm pakage to convert currency
Downloads
5
Readme
Dams-currency-converter
This project is very useful for converting currencies of many countries of the world. Currency of one country into the value of currency of another country.
Installation
Install my-project with npm
npm install dams-currency-converter
How To Use
Add the type of package in package.json
"type":"module",
const freecurrencyapi = new Freecurrencyapi('Enter Your API Key Here');
import { convertCurrency } from "dams-currency-converter";
convertCurrency("USD" , "INR" ,100).then(res=>console.log(res));
License
Authors
Badges
Add badges from somewhere like: shields.io
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
🚀 About Me
I'm Damodar Tiwari a full stack developer...