Zaid Ali 38d1c3b9f6 fix: add dotenv package for environment (#18)
* Added "dotenv" dependency to package.json

Since the project is using .env file for fetching the port, it had no "dotenv" dependency. This creates confusion when "process.env.PORT" doesn't work. I hope this is convenient for beginners 👍

* Update server.js

Added a line to import `dotenv` dependency to server.js.

* Update package-lock.json

I have added the dotenv dependency to package-lock.json file as requested. I hope it's good now
2021-01-18 23:37:17 +00:00
2020-10-12 14:31:20 -05:00
2020-11-23 12:22:36 -08:00
2020-10-12 17:09:11 -05:00
S
Description
Request Header Parser Microservice
https://headerparser.radiidev.repl.co/
Readme 81 KiB
Languages
JavaScript 73.3%
CSS 26.7%