Commit Graph

51 Commits

Author SHA1 Message Date
snyk-bot
1f36a609c8 fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606
2021-03-19 04:49:16 +00:00
3f8b9c5176 Merge pull request #4 from KevinMidboe/emojiPrinter
Changed the emoji parser from printing the entire list, but use the i…
2017-08-05 16:34:46 +02:00
115f62a7b3 Changed the emoji parser from printing the entire list, but use the index value of the severity set in self.serverity. And removed a print in term_weather. 2017-08-05 16:34:24 +02:00
4a010a3f37 Update README.md 2017-08-01 19:39:00 +02:00
08049c9579 Merge pull request #3 from KevinMidboe/setup
Setup
2017-08-01 18:40:18 +02:00
927a8bbe13 Merge branch 'master' of github.com:KevinMidboe/termWeather into setup 2017-08-01 18:38:04 +02:00
63f63eebf4 Deleted unused folder 2017-08-01 18:37:29 +02:00
e34f58a78e Merge pull request #2 from KevinMidboe/setup
Setup
2017-08-01 18:32:15 +02:00
332cf73e0f Moved all script files to main term_forecast folder. 2017-08-01 18:29:44 +02:00
b894296662 Made requirements and setup.py files. 2017-08-01 18:26:49 +02:00
af7ece2b0b Added manifest 2017-08-01 18:25:54 +02:00
09d21c61c5 gitignore updated to include all wanted ignores 2017-08-01 18:23:39 +02:00
3a6f3c551e Added MIT license file 2017-08-01 18:20:15 +02:00
c367ffc160 Update README.md 2017-07-31 14:06:55 +02:00
62066bc575 Update README.md 2017-07-31 14:05:19 +02:00
f34ef1cadb Merge pull request #1 from KevinMidboe/readme
Readme
2017-07-31 14:04:05 +02:00
11aad82d05 Update README.md 2017-07-31 14:02:54 +02:00
6d5a150d45 Update README.md
Added pyversion and license badges to README
2017-07-31 14:01:52 +02:00
a2951d85f5 Moved all runnning scripts to single folder 2017-07-30 18:57:41 +02:00
71fa45241d Changed name from media to docs 2017-07-30 18:57:22 +02:00
235d4ef7a1 Changed from retina size to normal 2017-07-30 14:46:24 +02:00
fb81ba15dc Added badge for PyPi version 2017-07-30 14:45:25 +02:00
eb7a4ff4e1 After renaming file needed to rename in script also 2017-07-30 14:05:59 +02:00
76b66f3c37 Added a local gif picture and link in readme 2017-07-30 13:57:22 +02:00
0ce52ab4aa Grammar fixing. Changed all places with forcast for the correct forecast 2017-07-30 13:55:04 +02:00
a9cbc124e4 Created a script for animating loading when fetching location and weather information. 2017-07-30 13:54:26 +02:00
b00f0c1637 Final change to readme on master 2017-07-30 13:50:18 +02:00
b9066781bc Testing with a imported imgur image instead 2017-07-30 13:40:37 +02:00
a57e239c68 Added newline between info text 2017-07-30 13:32:18 +02:00
7c66d920e6 Moved info line under demo gif 2017-07-30 13:31:43 +02:00
35d856c2dc Added a gif demo from local items 2017-07-30 13:29:45 +02:00
b123b53314 Added a gif of weather demo to README 2017-07-30 13:28:00 +02:00
dce89dd8a6 Now we can succefully find location based on IP, translate that to a geoLocation with google GeoCode api and use the location names with yr to get a textual weather forcast. Then we output the temperature and emojified forcast text. 2017-07-30 10:36:34 +02:00
1d5b45ff14 Updated gitignore with __pycache__ 2017-07-30 10:33:59 +02:00
7f2a3d3c05 Finished up primary focus of emojiParser. Now it can handle all weather inputs and parses the semantically similar emoji for the given weather condition. 2017-07-30 10:33:14 +02:00
870f00d65f Now term_weather uses emojiParser to translate the output of yr to emoji icons 2017-07-29 18:38:47 +02:00
e0e7787f71 Can now handle all the outputs of yr weather forcast with additions that there can be multiple conditions and finds the correct emoji for the tokens. 2017-07-29 18:28:17 +02:00
494b724ed0 Started filling in README with some relevant information 2017-07-29 18:27:06 +02:00
c3ee118e38 Better commenting on functions and conditions 2017-07-29 12:35:26 +02:00
ae8089eb90 Manually added the list of weather conditions that can be returned from yr weather forcast. 2017-07-29 12:30:14 +02:00
be341b5987 A temp file for figuring out what the sematics of the weather condtion is so it can be translated to emoji. Added a todo for what needs to be done. 2017-07-29 12:28:49 +02:00
3ea97ff896 Now checks the text outputs of yr API and matches them with emoji symbols of the corresponding semantic value. 2017-07-28 20:12:52 +02:00
afef70a7b1 Get the area names from long and lat coordinates from google geocode API. Then it is compiled in string for YR and a GET request for the weather API is called with the location names. 2017-07-28 17:33:52 +02:00
7916b0c6bc Added TODO 2017-07-28 13:58:54 +02:00
125ef97f4c Now fetches the temp for current location based on ip address. Need to make own lib for yr because we need some of the return data from yr that is stripped from this lib. 2017-07-27 23:40:54 +02:00
c3010de6ae Now fetches the yr data for the current ip address. Not getting the symbol, so going to work on manual location input 2017-07-27 23:05:09 +02:00
478d9d6070 Now gets long and lat coordinatse for the current external ip 2017-07-27 22:19:25 +02:00
56ddadae16 Now fetches current external ip and uses geoip2 to get the information for current ip 2017-07-27 22:15:23 +02:00
d6fda82090 Added database file for geoip2 and updated gitignore file 2017-07-27 22:14:45 +02:00
a0b357542e Starting class with todo list for first development 2017-07-27 21:39:15 +02:00