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
git clone [email protected]: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
npm run ios
npm run android
cp .env.template .env
Edit the .env
file with your stores information
npm run dist-ios
npm run dist-android
- Fix
sources
parameter