-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mateus Pinheiro
authored and
Mateus Pinheiro
committed
Apr 4, 2023
1 parent
16181ea
commit 244d759
Showing
1 changed file
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# currency-exchange | ||
A currency exchange package for the Laravel framework. | ||
# Currency Exchange Rate | ||
A currency exchange package for the Laravel framework using Euro as the main currency. | ||
|
||
|
||
## Getting Started | ||
- Use composer to add this package to your laravel project | ||
|
||
``` | ||
composer require teusbarros/currencyexchange | ||
``` | ||
|
||
- That's all! You can start using the package on your application | ||
|
||
## The basic | ||
|
||
Now you have an endpoint located at: base_url/api/v1/exchange | ||
|
||
You can see this endpoint documentation in the swagger.json or swagger.yaml files. |