Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • 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.
20 changes: 18 additions & 2 deletions README.md
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.

0 comments on commit 244d759

Please sign in to comment.