Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
naueramant committed Feb 14, 2021
1 parent 24537a6 commit c62fd62
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 6 deletions.
32 changes: 27 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,34 @@
(\
( \ /(o)\
( \/ ()/ /)
( `;.))'".)
( `;.))'".)
`(/////.-'
=====))=))===()
///'
=====))=))===()
///'
// PjP/ejm
'
'
```

Parrot is a poeditor pull-through cache.
Parrot the [POEditor](http://poeditor.com/) pull-through cache.

This cache makes it possible to pull app translations directly from [POEditor](http://poeditor.com/) instead of compiling them into your app. This means no more re-builds every time translations are updated!

# Features

- **Cache choices**: Parrot support comes with a Filesystem and Redis cache choice to facilitate single app deployment and highly distributed deployments.
- **OpenAPI**: The Parrot API has been documented in OpenAPI specification which can be found in the [doc/](/docs) directory.
- _..._

# Deployment

_TODO_

# API

The REST API of Parrot is documented in the OpenAPI format. The specification file can be found here [docs/api.yml](docs/api.yml) and a Swagger UI is available here [uniwise.github.io/parrot](https://uniwise.github.io/parrot).

# License

Parrot is available under the Apache 2 license.

This project uses open source components which have additional licensing terms.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script>
window.onload = function () {
const ui = SwaggerUIBundle({
url: "swagger.yml",
url: "api.yml",
dom_id: "#openapi"
});
}
Expand Down

0 comments on commit c62fd62

Please sign in to comment.