NSAW is an all in one News, Stock and Weather feed application. Built as a final project for Udacity's Android Developer Nanodegree.
To run this app, you'll need to obtain API keys from the following -
NewsAPI - https://newsapi.org/
ALPHA VANTAGE - https://www.alphavantage.co/
Dark Sky API - https://darksky.net/dev
Add your keys to the gradle.properties file.
NEWS_API_KEY = "YOUR KEY GOES HERE"
ALPHA_VANTAGE_KEY - "YOUR KEY GOES HERE"
DARK_SKY_KEY = "YOUR KEY GOES HERE"
OAuth API for seamless G+ Sign in.
AdMob API for displaying banner ads.
Analytics API for tracking in-app events.
Places API for providing location searches.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Copyright 2018 Paran Sharma
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.