Skip to content

Updated README.md file. #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Weather-App-React-Native
# Weather-Forecast-Comparison-App-React-Native

iOS app for comparing weather forecast with historical data built with [react-native](https://facebook.github.io/react-native/).
The source code is published for knowledge sharing purposes.
Expand All @@ -12,7 +12,7 @@ The source code is published for knowledge sharing purposes.
</table>


* [Veiw full screencast on YouTube](https://www.youtube.com/watch?v=Z0eKfLKoo7w)
* [View full screencast on YouTube](https://www.youtube.com/watch?v=Z0eKfLKoo7w)
* [Download from AppStore](https://itunes.apple.com/us/app/zowni/id1140299292?ls=1&mt=8)


Expand All @@ -23,7 +23,7 @@ The source code is published for knowledge sharing purposes.
* d3.js (interpolate, scale, shape)
* react-native-svg

Check `package.json` for details
Check `package.json` for details.

# Used API

Expand All @@ -32,7 +32,7 @@ Check `package.json` for details

# Install

* clone repo
* clone repository
* type`$ npm install`
* create file `./credentials.json`

Expand Down