Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonaskuske/ng-translate
🔤 A frontend for the DeepL translation API
https://github.com/jonaskuske/ng-translate
angular deepl translate
Last synced: about 19 hours ago
JSON representation
🔤 A frontend for the DeepL translation API
- Host: GitHub
- URL: https://github.com/jonaskuske/ng-translate
- Owner: jonaskuske
- Created: 2024-03-24T01:10:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T22:04:25.000Z (2 months ago)
- Last Synced: 2024-12-05T23:18:48.698Z (2 months ago)
- Topics: angular, deepl, translate
- Language: TypeScript
- Homepage: https://translate.joku.co
- Size: 1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ng-translate
🔤 A frontend for the DeepL translation API
This project was built to circumvent the per-translation character limit of the DeepL free plan (which doesn't apply to the free API plan), experiment with the DB UI design system and try out some features of Angular 17 & 18.
## Development server
Run `yarn start` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Run `caddy run .` to start the proxy server that's necessary to connect to the DeepL API.
## Build
Run `yarn build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Deploy
You can use the provided Dockerfile to build a deployable image, based on Caddy Webserver. The provided Caddyfile takes care of proxying API requests to the right DeepL API endpoint.