Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 2.23 KB

README.md

File metadata and controls

43 lines (28 loc) · 2.23 KB

CrossNews

About

Primarily a crossword app, which can display almost all of the puzzles published by the New York Times since Jan 1st 1977 by accessing the open source archive maintained by @doshea. The information associated with each puzzle is stored as a JSON object and can be queryed via the pseudo-API at the following URL:

https://raw.githubusercontent.com/doshea/nyt_crosswords/master/#{year}/#{month}/#{day}.json

Our app also:

Our app allows user to retrieve data from multiple databases for given dates. Imagine having the crossword, weather, and article headlines from your birthday or any date you can think of within range. The crosword is interactive, and allows users to challenge themselves with a NYT crossword from almost any date ranging back to 1977! The app also allows users to search for articles from any date ranging back to September 18, 1851. Additionally, the user can view horoscopes for each astrological sign for the present day (updated each day). Wonder what the weather was like on 12/25/1995 in Chicago? Wonder no more!

Our App:

CrossNews Homepage

Crossword Page

Weather Page

Horoscope Page

Articles Page

Future Potential Features:

  • The use of GIPHY in correlation with hints for crossword
  • Sudoku
  • Have up to date news from multiple sites (via newsAPI)
  • Search for city weather information (using Google Maps API)
  • Horoscope date range
  • Individual letter input for crossword puzzle, and the ability to select a hint by clicking on a corresponding square
  • Highlight corresponding squares while a hint modal is open
  • Generate custom crosswords
  • Fill in crossword letters one-by-one (maybe with animation)

Project manager: @vvincent157

HTML & CSS Design: @Btagra and @kat-zhang

API and other JavaScript: @rbrodefrank and @shayneofficer