Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gcotelli/currency-api
Currency API
https://github.com/gcotelli/currency-api
Last synced: 21 days ago
JSON representation
Currency API
- Host: GitHub
- URL: https://github.com/gcotelli/currency-api
- Owner: gcotelli
- License: agpl-3.0
- Created: 2022-06-30T17:48:38.000Z (over 2 years ago)
- Default Branch: release-candidate
- Last Pushed: 2023-08-02T16:04:18.000Z (over 1 year ago)
- Last Synced: 2024-10-31T07:05:41.170Z (2 months ago)
- Language: Smalltalk
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Currency API
A RESTful API showcasing a variety of libraries.
[![Unit Tests](https://github.com/gcotelli/Currency-API/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/gcotelli/Currency-API/actions/workflows/unit-tests.yml/badge.svg)
[![Coverage Status](https://codecov.io/github/gcotelli/Currency-API/coverage.svg?branch=release-candidate)](https://codecov.io/gh/gcotelli/Currency-API/branch/release-candidate)
[![Baseline Groups](https://github.com/gcotelli/Currency-API/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/gcotelli/Currency-API/actions/workflows/loading-groups.yml)
[![API Tests](https://github.com/gcotelli/Currency-API/actions/workflows/api-tests.yml/badge.svg)](https://github.com/gcotelli/Currency-API/actions/workflows/api-tests.yml/badge.svg)[![Docker build](https://github.com/gcotelli/Currency-API/actions/workflows/docker-build.yml/badge.svg)](https://github.com/gcotelli/Currency-API/actions/workflows/docker-build.yml)
[![Markdown Lint](https://github.com/gcotelli/Currency-API/actions/workflows/markdown-lint.yml/badge.svg)](https://github.com/gcotelli/Currency-API/actions/workflows/markdown-lint.yml)
[![Shellcheck](https://github.com/gcotelli/Currency-API/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/gcotelli/Currency-API/actions/workflows/shellcheck.yml)[![GitHub release](https://img.shields.io/github/release/gcotelli/Currency-API.svg)](https://github.com/gcotelli/Currency-API/releases/latest)
[![Pharo 10](https://img.shields.io/badge/Pharo-10-informational)](https://pharo.org)This repo is designed as a learning resource, with tagged commits used for
several lessons.The code here cannot be considered production ready.
## Quick links
- [**Explore the docs**](docs/README.md)
- [Report a defect](https://github.com/gcotelli/Currency-API/issues/new?labels=Type%3A+Defect)
- [Request a feature](https://github.com/gcotelli/Currency-API/issues/new?labels=Type%3A+Feature)## License
- The code is licensed under [AGPL v3.0](LICENSE).
- The documentation is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/).## Installation
To load the project in a Pharo image follow this [instructions](docs/how-to/how-to-load-in-pharo.md).
## Contributing
Check the [Contribution Guidelines](CONTRIBUTING.md)