An open API service indexing awesome lists of open source software.

https://github.com/interglobalmedia/omdb-api-nextjs

This is another application which I originally used with Node.js/Express and EJS, but did not want to simply use with a front end only React application. That's because I was using an environment variable for my API Key, and wanted to hide it on the backend. Next.js allows me to do that! This was fun, and very different from my Express app.
https://github.com/interglobalmedia/omdb-api-nextjs

api dotenv environment-variables eslint fetch-api htmlhint husky husky-hooks next-router next-routes nextjs prettier react-hooks stylelint stylelint-scss vercel-deployment

Last synced: about 2 months ago
JSON representation

This is another application which I originally used with Node.js/Express and EJS, but did not want to simply use with a front end only React application. That's because I was using an environment variable for my API Key, and wanted to hide it on the backend. Next.js allows me to do that! This was fun, and very different from my Express app.

Awesome Lists containing this project