Giter Club home page Giter Club logo

todolist_chromeextension's Introduction

HTML5 CSS JS를 이용한 일정관리 구글 익스텐션 

배경이미지는 unsplash  api를 사용해서 랜덤하게 노출하며 api통신 횟수에 제한이 있기 때문에 하루에 한번만 통신하도록 처리 되어있습니다. 해당 처리를 위해서 localStorage에 이미지정보와 만료일자를 객체형태로 저장합니다.

날씨정보는 openweathermap api를 사용해서 도시와 기온을 받아옵니다. 해당 api를 사용하기 위해 사용자의 위경도 정보를  geolocation api를 사용해 받아옵니다.

geolocation 정보는 사용자의 권한동의 팝업창이 뜨기 때문에, 매번 새로고침할 때마다 팝업창이 뜨는 것을 방지하기 위해 한시간에 한 번만 위치정보를 요청합니다. 마찬가지로 localStorage에 날씨정보와 만료일자를 객체형태로 저장하였습니다.

모든 비동기 처리는 promise로 처리되었습니다. 

todolist_chromeextension's People

Contributors

seungmin123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.