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]
|
# 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
|
* [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.
|
* [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.
|
* [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
|
// Data is validated against the following schema https://github.com/wesbos/awesome-uses/blob/master/scripts/utils.js#L6-L21
|
||||||
module.exports = [
|
module.exports = [
|
||||||
{
|
{
|
||||||
name: "Matthäus Mzyk",
|
name: 'Matthäus Mzyk',
|
||||||
description: "T-Shaped Full Stack Developer with strong focus on Frontend",
|
description: 'T-Shaped Full Stack Developer with strong focus on Frontend',
|
||||||
url: "https://matthaeusmzyk.github.io/uses",
|
url: 'https://matthaeusmzyk.github.io/uses',
|
||||||
emoji: "👨🚀",
|
emoji: '👨🚀',
|
||||||
country: "🇩🇪",
|
country: '🇩🇪',
|
||||||
computer: "apple",
|
computer: 'apple',
|
||||||
phone: "iphone",
|
phone: 'iphone',
|
||||||
tags: [
|
tags: [
|
||||||
"Typescript",
|
'Typescript',
|
||||||
"Angular",
|
'Angular',
|
||||||
"React",
|
'React',
|
||||||
"Node.js",
|
'Node.js',
|
||||||
"Azure",
|
'Azure',
|
||||||
"Full Stack",
|
'Full Stack',
|
||||||
"Front End",
|
'Front End',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue