mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
chore: generate readme.md, lint src/data.js
This commit is contained in:
parent
7a5bc2660c
commit
b25bd8e1ae
2 changed files with 17 additions and 3 deletions
|
|
@ -29,6 +29,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
|
||||
# Awesome Uses ![Awesome][awesome-badge]
|
||||
|
||||
* [Sami Singh](https://httpster.io/uses/) — Design, coffee and acid jazz.
|
||||
* [Mathias Borgmalm](https://www.mathiasborgmalm.dev/uses/) — Thinks CSS is underrated.
|
||||
* [Alvin Bryan](https://alvin.codes/uses) — Loves coding maps, graphics and games.
|
||||
* [Taisuke Mino](https://taisukemino.com/uses/) — Crypto Entrepreneur
|
||||
|
|
@ -343,6 +344,7 @@ This readme is auto-generated from the data.js file, so please don't PR this fil
|
|||
* [Liam Richardson](https://discoliam.com/uses/) — User Interface developer focusing on Performance, A11y and CSS
|
||||
* [Timothy Miller](https://timothymiller.dev/uses) — Web Designer/Developer for hire. Wears lots of hats.
|
||||
* [Jordi Hoven](https://www.jordihoven.nl/uses) — Healthcare engineer, UX Designer, Whisky lover
|
||||
* [Blaise Sebagabo](https://seblaise.dev/uses) — Full Stack Developer, designer, and web developer from Edmonton, Canada
|
||||
* [Caleb Ukle](https://calebukle.com/uses) — I'm a software developer, technology enthusiast, and simply enjoy learning new things.
|
||||
* [Christopher Hranj](https://brodan.biz/uses) — Software Engineer, Blogger, Musician, Ultimate player.
|
||||
* [Vincent Ramdhanie](https://vincentramdhanie.com/uses) — Software Developer, Lecturer, Technical Writer and Mentor
|
||||
|
|
|
|||
18
src/data.js
18
src/data.js
|
|
@ -1,7 +1,7 @@
|
|||
// keep it commonjs export
|
||||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L6-L21
|
||||
module.exports = [
|
||||
{
|
||||
{
|
||||
name: 'Sami Singh',
|
||||
description: 'Design, coffee and acid jazz.',
|
||||
url: 'https://httpster.io/uses/',
|
||||
|
|
@ -10,7 +10,19 @@ module.exports = [
|
|||
country: '🇩🇰',
|
||||
computer: 'windows',
|
||||
phone: 'android',
|
||||
tags: ['Accessibility', 'Design', 'UX', 'Design Systems', 'JavaScript', 'Blogger', 'Podcast', 'Eleventy', 'Full-stack', 'Marketing', 'Consulting'],
|
||||
tags: [
|
||||
'Accessibility',
|
||||
'Design',
|
||||
'UX',
|
||||
'Design Systems',
|
||||
'JavaScript',
|
||||
'Blogger',
|
||||
'Podcast',
|
||||
'Eleventy',
|
||||
'Full-stack',
|
||||
'Marketing',
|
||||
'Consulting',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Mathias Borgmalm',
|
||||
|
|
@ -6591,7 +6603,7 @@ module.exports = [
|
|||
'.NET',
|
||||
'JAVA',
|
||||
'CSS',
|
||||
'Python'
|
||||
'Python',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue