NicolasBernaux / my-new-tab

Creation of a new tab page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New tab page

 

Features

  • News api
  • Weather api
  • cache for less call to the api
  • Cookie for favorite
  • forecast of every 3hours divised in 3 days from an algorithme
  • Rooting
  • Localization without the user authorization thanks to the IP
  • Search google
  • autocomplete from an small word list. Try for example 'Facebook'
  • Creating of an script that erase unused file in the cache

Ressources

  • Openweathermap Api
  • newsapi
  • materialize

How use it

  • npm install
  • $this->ip = $_SERVER['REMOTE_ADDR']; Remove the comment of this line on position.php
  • Get api keys on openweathermap.api and on newsapi.org

Coming Features

About

Creation of a new tab page


Languages

Language:PHP 48.2%Language:HTML 20.2%Language:CSS 17.6%Language:JavaScript 13.5%Language:ApacheConf 0.5%