https://github.com/savjee/anagram-solver
Serverless anagram solver powered by Cloudflare Pages and R2
https://github.com/savjee/anagram-solver
anagram cloudflare-pages cloudflare-r2 cloudflare-workers serverless
Last synced: 9 days ago
JSON representation
Serverless anagram solver powered by Cloudflare Pages and R2
- Host: GitHub
- URL: https://github.com/savjee/anagram-solver
- Owner: Savjee
- Created: 2021-12-23T16:29:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T12:50:13.000Z (about 1 year ago)
- Last Synced: 2025-04-15T18:43:40.915Z (12 months ago)
- Topics: anagram, cloudflare-pages, cloudflare-r2, cloudflare-workers, serverless
- Language: TypeScript
- Homepage:
- Size: 29.9 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anagram Solver
A simple anagram solver powered by Cloudflare Pages, R2 and Workers.
See it in action: [anagram.savjee.be](https://anagram.savjee.be)
Read about how this works on my blog: [https://savjee.be/2022/09/serverless-anagram-solver-with-cloudflare-r2-and-pages/](https://savjee.be/2022/09/serverless-anagram-solver-with-cloudflare-r2-and-pages/)
## Contents of this repo
* `src-common` Typescript files that are used for the frontend and on the backend (while generating dictionaries).
* `src-www` Source of the website [anagram.savjee.be](https://anagram.savjee.be).
* `functions/` Source code of the Cloudflare Pages function that fetches solutions from R2.
* `scripts` Contains the script that pre-computes anagram solutions based on aspell dictionaries.
## Contributions
Feel free to fork this repository, improve it, and contribute pull requests.