| IONIC | @ionic/angular
Please, give a ⭐ to the repo. It really motivates me to share more open source code.
This project was generated with IONIC version 5.0.5 and NodeJS version 12.16.1 LTS.
$ git clone https://github.com/TomCosta/ionic-weather.git
$ cd clima
$ npm install
$ ionic serve
Criar uma conta e solicitar chave de API na Open Weather
No arquivo apiweather.service.ts
inclua a sua chave/key da Api
const key = 'YOUR_API_KEY';
Use command below:
$ sudo npm install -g ionic cordova
Then, to run it, cd into sports
and run:
$ ionic cordova platform add ios
$ ionic cordova run ios
Run ionic serve
for a local dev server. Navigate to http://localhost:8100/
. The app will automatically reload if you change any of the source files.
$ ionic serve
ionic generate component `component-name` to generate a new component
ionic generate `directive|pipe|service|class|guard|interface|enum|module`
Substitute ios for android if you are not on a Mac system.
- Recommend Me On LinkedIn - I will realy love your support.
- And also don't forget to star ⭐ this repo, it's FREE. 🙃