mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
adds me to the site (#1052)
This commit is contained in:
parent
ae3f473a79
commit
66e2a4918c
1 changed files with 21 additions and 0 deletions
21
src/data.js
21
src/data.js
|
|
@ -1,6 +1,27 @@
|
|||
// 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: 'Simon Smale',
|
||||
description: 'Full Stack Developer and beginner digital gardener',
|
||||
url: 'https://github.com/SSmale/uses',
|
||||
twitter: '@iamsimonsmale',
|
||||
emoji: '🌱',
|
||||
country: '🇬🇧',
|
||||
computer: 'apple',
|
||||
phone: 'iphone',
|
||||
tags: [
|
||||
'Typescript',
|
||||
'Angular',
|
||||
'NestJS',
|
||||
'Cypress',
|
||||
'Jest',
|
||||
'Heroku',
|
||||
'Netlify',
|
||||
'CircleCI',
|
||||
'Full Stack',
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'Aleksey Razbakov',
|
||||
description: 'Indie Hacker. Web Developer. Salsa Dancer.',
|
||||
|
|
|
|||
Loading…
Reference in a new issue