mirror of
				https://gitlab.com/ceda_ei/sky
				synced 2025-11-04 12:30:05 +01:00 
			
		
		
		
	Update README, server.py for Windows update
This commit is contained in:
		@@ -13,3 +13,5 @@ To check weather for your location simply run the following command in a termina
 | 
			
		||||
### In Fahrenheit
 | 
			
		||||
+ Weather for one week - `curl sky.webionite.com/f/location`
 | 
			
		||||
+ Weather for today - `curl sky.webionite.com/f/location/t`
 | 
			
		||||
 | 
			
		||||
Replace sky.webionite.com/ with sky.webionite.com/plain/ on Windows
 | 
			
		||||
 
 | 
			
		||||
@@ -150,6 +150,8 @@ def index():
 | 
			
		||||
            "In Fahrenheit\n"
 | 
			
		||||
            "+ Weather for one week - curl sky.webionite.com/f/location \n"
 | 
			
		||||
            "+ Weather for today - curl sky.webionite.com/f/location/t\n\n"
 | 
			
		||||
            "Replace sky.webionite.com/ with sky.webionite.com/plain/ on "
 | 
			
		||||
            "Windows \n\n"
 | 
			
		||||
            + config.source + "\n")
 | 
			
		||||
    return text
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user