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
d7694f6036
commit
e5c956a006
2 changed files with 15 additions and 14 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]
|
||||
|
||||
* [Matthäus Mzyk](https://matthaeusmzyk.github.io/uses) — T-Shaped Full Stack Developer with strong focus on Frontend
|
||||
* [Simon Smale](https://github.com/SSmale/uses) — Full Stack Developer and beginner digital gardener
|
||||
* [Aleksey Razbakov](https://razbakov.com/uses/) — Indie Hacker. Web Developer. Salsa Dancer.
|
||||
* [Ayush Gupta](https://ayushgupta.tech/uses/) — React & React Native developer, passionate photographer, technical writer and occasionaly designer.
|
||||
|
|
|
|||
28
src/data.js
28
src/data.js
|
|
@ -2,21 +2,21 @@
|
|||
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L6-L21
|
||||
module.exports = [
|
||||
{
|
||||
name: "Matthäus Mzyk",
|
||||
description: "T-Shaped Full Stack Developer with strong focus on Frontend",
|
||||
url: "https://matthaeusmzyk.github.io/uses",
|
||||
emoji: "👨🚀",
|
||||
country: "🇩🇪",
|
||||
computer: "apple",
|
||||
phone: "iphone",
|
||||
name: 'Matthäus Mzyk',
|
||||
description: 'T-Shaped Full Stack Developer with strong focus on Frontend',
|
||||
url: 'https://matthaeusmzyk.github.io/uses',
|
||||
emoji: '👨🚀',
|
||||
country: '🇩🇪',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
"Typescript",
|
||||
"Angular",
|
||||
"React",
|
||||
"Node.js",
|
||||
"Azure",
|
||||
"Full Stack",
|
||||
"Front End",
|
||||
'Typescript',
|
||||
'Angular',
|
||||
'React',
|
||||
'Node.js',
|
||||
'Azure',
|
||||
'Full Stack',
|
||||
'Front End',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue