gheorghedarle / Xamarin-Formula1

Formula 1 App is a simple app developed with Xamarin to display information about Formula 1
MIT License
51 stars 8 forks source link

Query about sourcing pictures (no Issue) #1

Closed SafwanKhan112358 closed 2 years ago

SafwanKhan112358 commented 2 years ago

Hi there, Great Application! It looks super sleek and easy-to-use.

I was wondering how you sourced pictures of the F1 drivers? I saw you mentioned something about Formula 1 Images API . I did a quick google search but didn't find anything

Thanks, Safwan

gheorghedarle commented 2 years ago

Hello @SafwanKhan112358, Formula 1 Images API is built by me, it is a simple API built in nodejs just to serve images for the application. You can find the source of the API here https://github.com/gheorghedarle/Xamarin-Formula1/tree/main/Formula1-Images-API. To run the app just double-click on npm-install.bat and then npm-start.bat or just npm install then npm start in a terminal.

SafwanKhan112358 commented 2 years ago

Right;

correct me if wrong, but I think npm is for like node js right?

How would I install this through python? It's through the pip command, but would the exact installation procedure/commands be?

thanks, Safwan ᐧ

On Tue, Sep 13, 2022 at 5:12 AM Darle Gheorghe @.***> wrote:

Closed #1 https://github.com/gheorghedarle/Xamarin-Formula1/issues/1 as completed.

— Reply to this email directly, view it on GitHub https://github.com/gheorghedarle/Xamarin-Formula1/issues/1#event-7374663739, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO4MSKHGWPAB2JZZ7DX2W73V6BAPJANCNFSM6AAAAAAQKCROBU . You are receiving this because you were mentioned.Message ID: @.***>

gheorghedarle commented 2 years ago

I am not sure if you can install the node.js and npm using python. You can follow the instructions from here: https://nodejs.org/en/download/package-manager/ or https://docs.npmjs.com/downloading-and-installing-node-js-and-npm