vedangj044 / just-calling-random-api

React app to call various APIs. A place for new contributors to learn how to consume their APIs and contribute to open-source. Part of Hacktoberfest.
https://vedangj044.github.io/just-calling-random-api/
MIT License
25 stars 55 forks source link

Added Numbers Api to get History of the day #60

Closed deekay1712 closed 3 years ago

deekay1712 commented 3 years ago

Description

Added Numbers Api to get History of the day

Screenshot

image


Checklist

vedangj044 commented 3 years ago

Thanks for the PR. You probably re-forked this repo to get rid of merge conflicts, while that worked but now as there is one more commit, new merge conflicts appeared. Kindly resolve them.

Click on the resolve conflicts button. It would take you to app.js and highlight the lines that are causing a conflict. Just remove the merge conflict indicators.

Doing this includes the changes both from your branch and the current main branch. If you are facing trouble you can ping me on gitter ( https://gitter.im/JustCallingRandomAPI/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )

deekay1712 commented 3 years ago

Thanks for the PR. You probably re-forked this repo to get rid of merge conflicts, while that worked but now as there is one more commit, new merge conflicts appeared. Kindly resolve them.

Click on the resolve conflicts button. It would take you to app.js and highlight the lines that are causing a conflict. Just remove the merge conflict indicators.

Doing this includes the changes both from your branch and the current main branch. If you are facing trouble you can ping me on gitter ( https://gitter.im/JustCallingRandomAPI/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge )

Hey, I've resolved the conflicts.

vedangj044 commented 3 years ago

Thanks for the PR.