Skip to content

Latest commit

History

History
32 lines (23 loc) 路 785 Bytes

README-en.md

File metadata and controls

32 lines (23 loc) 路 785 Bytes

馃幍 Everyday Album

README-cn & online page

Introduction

  1. The purpose of this project is to create a "Everyday Album" website where everyone can find the albums released on a certain day, especially on her/his birthday 馃コ.

  2. Album's info in JSON

    {
      "title": "xxx",
      "artist": "xxx",
      "release_time": "xxxx-xx-xx",
      "filename": "xxx.jpg"
    }

change log

  • 2021-05-16 init repository
  • 2021-05-16 build GitHub page
  • 2021-05-17 add params in url
  • 2021-05-17 eliminate album info delay
  • add i18n
    • 2021-5-25 zh-CN
    • 2021-5-25 en

Reference

  1. uxsolutions/bootstrap-datepicker