Skip to content

Commit c4869f1

Browse files
committed
updated readme
1 parent 6147797 commit c4869f1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
# Weather-App-Backend
1+
# Weather-App-Backend
2+
3+
The objective of this repository was to create a backend script using ExpressJS to pull weather data from weather.gov and send it to the front end service at <a href="https://github.com/marcus-24/Weather-App-Frontend">Weather-App-Frontend</a>.

src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Request, Response, NextFunction } from "express";
22
import path, { dirname } from "path";
33
import { fileURLToPath } from "url";
4-
import axios, { AxiosResponse } from "axios";
4+
import axios from "axios";
55

66
const API_KEY: string = process.env.API_KEY;
77
const LOCATION_URL: string = "https://geocode.maps.co/search";

0 commit comments

Comments
 (0)