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 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T22:04:25.000Z (over 1 year ago)
- Last Synced: 2025-02-05T00:42:29.675Z (over 1 year 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 modern Angular.
## 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.