Skip to content

Commit b81c397

Browse files
committed
deps(parser): Wrote a license in the readme of the parser's hangups
1 parent 9746086 commit b81c397

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

parser/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Currency parser
22
This service is designed to collect (parsing) actual currency rates
33
(both fiat and cryptocurrencies) from open sources and save
4-
them into a database.
4+
them into a database.
5+
6+
## Third-Party Libraries and Licenses
7+
8+
- [axios/axios](https://github.com/axios/axios)[MIT](https://github.com/axios/axios/blob/v1.x/LICENSE)
9+
- [harrisiirak/cron-parser](https://github.com/harrisiirak/cron-parser)[MIT](https://github.com/harrisiirak/cron-parser/blob/master/LICENSE)
10+
- [hapijs/joi](https://github.com/hapijs/joi)[LICENSE](https://github.com/hapijs/joi/blob/master/LICENSE.md)
11+
- [node-schedule/node-schedule](https://github.com/node-schedule/node-schedule) - [MIT](https://github.com/node-schedule/node-schedule/blob/master/LICENSE)
12+
- [axios/axios](https://github.com/axios/axios) - [MIT](https://github.com/axios/axios/blob/v1.x/LICENSE)

0 commit comments

Comments
 (0)