0.0.3 • Published 7 years ago

awwwards-of-the-day v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

awwwards-of-the-day

npm version Build Status

Get awwards of the day

Install

$ npm i awwwrds-of-the-day

Usage

const awwwards = require('awwwrds-of-the-day');

awwwards().then(sites => {
  console.log(sites);
  /*
  [
    { index: 0,
      title: 'Beoplay H4 - UNFILTERED',
      img: 'https://assets.awwwards.com/awards/submissions/2017/02/589c419438eed.jpg',
      link: 'http://beoplay.com/h4',
      date: 'February 22, 2017'
    },
    { index: 1,
      title: 'A is for Albert',
      img: 'https://assets.awwwards.com/awards/submissions/2017/01/588a415536903.gif',
      link: 'http://www.aisforalbert.com/',
      date: 'February 21, 2017'
    },
    ...
  ];
   */
});

License

MIT

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago