From 5a28779a4482ed632775cbe316110e363a2cdbb0 Mon Sep 17 00:00:00 2001 From: Bojin Yao Date: Thu, 1 Oct 2020 22:59:31 -0700 Subject: [PATCH] add more links to readme --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ff108d5..b52ac3c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ ## Helpful Resources -[Medium Article](https://medium.com/@ArchTaqi/google-calendar-api-in-your-application-without-oauth-consent-screen-4fcc1f8eb380) -[Discord.js Documenation](https://discord.js.org/#/docs/main/stable/general/welcome) -[Google Calendar API](https://developers.google.com/calendar/auth) -[Google Calendar API Reference](https://developers.google.com/calendar/v3/reference) -[Examples 1](https://github.com/googleapis/google-api-nodejs-client/issues/1574) -[Examples 2](https://github.com/googleapis/google-auth-library-nodejs#json-web-tokens) +- [Medium Article](https://medium.com/@ArchTaqi/google-calendar-api-in-your-application-without-oauth-consent-screen-4fcc1f8eb380) +- [Discord.js Documenation](https://discord.js.org/#/docs/main/stable/general/welcome) +- [Google Calendar API](https://developers.google.com/calendar/auth) +- [Google Calendar API Reference](https://developers.google.com/calendar/v3/reference) +- [Examples 1](https://github.com/googleapis/google-api-nodejs-client/issues/1574) +- [Examples 2](https://github.com/googleapis/google-auth-library-nodejs#json-web-tokens) +- [Guide](https://anidiots.guide/hosting/heroku)