Request Header Parser Microservice https://headerparser.radiidev.repl.co/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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
3 years ago
public fix: remove user stories 4 years ago
views Added hyperlink for quick access (#13) 4 years ago
.gitconfig
.gitignore Create .gitignore (#4) 4 years ago
.hyperdev-assets
.replit Added .replit 4 years ago
README.md Update README.md 4 years ago
package-lock.json fix: add dotenv package for environment (#18) 3 years ago
package.json fix: add dotenv package for environment (#18) 3 years ago
server.js fix: add dotenv package for environment (#18) 3 years ago