From 167dbaefc127e2a199a1472e974609f06a04e164 Mon Sep 17 00:00:00 2001 From: Rob Bond Date: Mon, 21 Mar 2022 08:39:04 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b12f3e3..c4f5b1e 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,18 @@ You can check out [the Next.js GitHub repository](https://github.com/vercel/next The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. + + +## Create Randomised images + +These images will output to downloads folder + + +``` +curl http://localhost:3000/api/days/[1-365] -o /downloads/days/#1-days.png + +curl http://localhost:3000/api/weeks/[1-365] -o /downloads/weeks/#1-weeks.png + +curl http://localhost:3000/api/sleeps/[1-365] -o /downloads/sleeps/#1-sleeps.png + +```