🚨 Please review the guidelines for contributing (CONTRIBUTING.md) to this repository.
[x] Pass CI (build, tests, lint, ...)
[x] Add tests for new domain logic
[x] Update documentation (README + /docs) (remember that changes to the file structure must be explained in /docs)
[x] Make sure PR author is listed in contributors
[x] Keep PRs small, otherwise split into chunks
My own checklist
[x] Add doc on server and how to run it
[x] Add CI for server
[x] Create task to switch to some API that doesn't
We could also deploy the express server to heroku. This requires an actual DB (because we'll kinda need a stored state that's better than RAM) + CI/CD + a bunch of things. It should be moved to its own repo.
Description
Screw it, I'm making a local API for now. It can be run with
yarn start
inserver
.You can test it with GET http://localhost:3000/facts/random?amount=2
Scout rule, helpful cleanups
Issues
Closes #14 Closes #11 (yeah, we got dates)
General PR check list
🚨 Please review the guidelines for contributing (
CONTRIBUTING.md
) to this repository./docs
) (remember that changes to the file structure must be explained in/docs
)My own checklist
Results