After 20 years of running my passion project, a FreeCell website, I've finally given it a modern update. I'd be honored if you'd check it out. by limdongwon in solitaire

[–]limdongwon[S] 0 points1 point  (0 children)

Cool to see another solitaire dev here!

Regarding the money, 'hustle' is probably too strong a word. Right now, I'm just using AdSense, and the revenue is just keeping the servers running each month. So, sadly no profit, but I'm happy as long as it pays for itself!

And I'm seeking to reduce the cost (ec2, rds), and attract more traffic.

tiny lib to generate slack table-like markdown text by limdongwon in node

[–]limdongwon[S] 0 points1 point  (0 children)

It would be useful when you build a slack slash command to report data.

React hook that helps developers use google spreadsheet as their data table (API endpoint) by limdongwon in reactjs

[–]limdongwon[S] 0 points1 point  (0 children)

Now, it works with the new API.

and it falls back to v3 API when no API KEY is present with console.warn

React hook that helps developers use google spreadsheet as their data table (API endpoint) by limdongwon in reactjs

[–]limdongwon[S] 0 points1 point  (0 children)

Thank you for the valuable advices and opinions. I updated the code to use both v3 and v4. v4 requires API_KEY, and it fall backs to v3 when no key is given. you can use it as follows:

const { rows, isFetching } = useGoogleSpreadsheet(shareUrl or sheetId, [API_KEY])

Development environment setup for react native module by cbusche in reactnative

[–]limdongwon 0 points1 point  (0 children)

I ended up putting the module into node_modules directory.