Merge branch 'main' of bitbucket.org:rdbsolutions/gacapi into main

This commit is contained in:
2022-03-28 12:52:11 +01:00
+15
View File
@@ -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. 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. 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
```