Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 502 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 502 Bytes

ServerTS-MultiSever

Installation

  1. Clone the repository from your terminal:

    git clone https://github.com/ZeroWk-EM/ServerTS-MultiSever.git
    
  2. Install the dependencies:

    npm install
    
  3. Fill .env file with your openweathermap API KEY && PORT

    PORT=
    OPEN_WEATHER_API_KEY=
    OPEN_WEATHER_BASE_URL=https://api.openweathermap.org/data/2.5
    RANDOM_USER_BASE_URL=https://randomuser.me/api/
    
  4. Start the server:

    npm  start