Simple News Web App fetching news data from the New York Times API. Developed using Vue3 with JavaScript SCSS, Vuex, JEST and Cypress.
yarn install
Be sure that the following files and renamed and fulfilled with your NY times api key:
- rename
env.exampletoenvand assign your NY times api key to VUE_APP_NY_TIMES_API_KEY. - rename
cypress.env.example.jsontocypress.env.jsonand assign your NY times api key to nyTimesApiKey.
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint
