Skip to content

sherksiva/weather-nextjs-app

Repository files navigation

NPM Commands

Installation

npm install          # Install dependencies
npm install <package>  # Install specific package
npm install -g <package>  # Install globally

Running Projects

npm start            # Start the application
npm run <script>     # Run custom script from package.json
npm test             # Run tests

Package Management

npm list             # List installed packages
npm update           # Update packages
npm uninstall <package>  # Remove package
npm search <package> # Search for packages

Publishing

npm publish          # Publish package
npm version <version>  # Bump version

Other Useful Commands

npm init             # Create package.json
npm cache clean --force  # Clear cache
npm outdated         # Check for outdated packages

For .env variables

NEXT_PUBLIC_WEATHER_API_KEY=*** #for this variable use https://www.weatherapi.com/
CITY_NAME=*** #use City Name #e.g : Madurai

About

Using next Js,React Js weather dashboard using tsx files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors