dopecodez / Wikipedia

Wikipedia for node and the browser
MIT License
82 stars 19 forks source link

Remove node-fetch, Replace with axios. #47

Closed gtibrett closed 1 year ago

gtibrett commented 1 year ago

Remove node-fetch, Replace with axios. Shift try/catch logic into promise notation. Update relevant tests. Fix some minor syntax (semicolons, etc)

dopecodez commented 1 year ago

@gtibrett thank you so much for the PR. I think the try/catch notation looks better and is the common format used throughout the code - so I changed that part. Other than that the PR looks great, thanks again for the contribution 🥇