README.md edited online with Bitbucket

This commit is contained in:
2022-03-21 08:39:04 +00:00
parent de86f086eb
commit 167dbaefc1
+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
```