Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gcotelli/currency-api

Currency API
https://github.com/gcotelli/currency-api

Last synced: 21 days ago
JSON representation

Currency API

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)