lt-open-data-sdk 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://www.buymeacoffee.com/gmacev)
|
|
2
|
+
|
|
1
3
|
# lt-open-data-sdk
|
|
2
4
|
|
|
3
5
|
A TypeScript SDK for accessing **Lithuania's Open Data Portal** ([data.gov.lt](https://data.gov.lt)).
|
|
@@ -530,3 +532,9 @@ Add this to your MCP configuration file (`claude_desktop_config.json` or similar
|
|
|
530
532
|
## License
|
|
531
533
|
|
|
532
534
|
MIT
|
|
535
|
+
|
|
536
|
+
## Support
|
|
537
|
+
|
|
538
|
+
If you found this SDK useful for your project, consider buying me a coffee! It helps me keep the reverse-engineering efforts going.
|
|
539
|
+
|
|
540
|
+
<a href="https://www.buymeacoffee.com/gmacev" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|