Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 690 Bytes

File metadata and controls

36 lines (23 loc) · 690 Bytes

News API

This app have two tabs, the first one fetches the news from https://newsapi.org and allows you to mark them as favorites. The second tab shows the favorites news

Installation

git clone git@github.com:NaNtrack/newsapi.git
cd newsapi
brew install nvm
nvm install v10.19.0
nvm use v10.19.0
npm i
sudo gem install bundler:2.1.4
sudo bundle install

Run on iOS simulator

npm run ios

Run on Android emulator or connected device

npm run android

Distribute to the stores

cp .env.template .env

Edit the .env file with your stores information

npm run dist-ios
npm run dist-android

TODO

  • Fix sources parameter