I was browsing my facebook feed and came across a post stating that Flow is now offering internet service in Tobago, "Just in case you have not yet heard, Flow is in TOBAGO, and we are painting the town BLUE. It's time to Switch, Join #TeamBlue. Visit here to find the plan that's right for YOU #FlowinTobago". From their website page where you can get more info, it looks like only available in certain areas of west Tobago for now. The website states that more locations to be shared soon! They want you to check back later or keep an eye on their social media channels. I contacted Flow to see if a press release was issued that could have more useful information. It took them long enough to come over to Tobago and the more options and competition should be better for Tobagonians. Also it is a fiber network which is different from Trinidad which is parts fiber and parts cable. If you are in Tobago let me know what you think of this new option.
The next step in my project was to test out being able store and display the rates in a database. I decided to use nodejs and supabase for this. Everything worked beautifully. Only hickup was the following error due to my package.json not being correct. SyntaxError: Cannot use import statement outside a module Added this to package.json "type": "module" This works beautifully. Right now I am just testing fragments of what could be part of a bigger system to see what is possible and what works and how easy to code on a mobile. There is no fully functioning integrated end to end system just yet. This is also what I tested. A serverless append-only database using GitHub + Actions + Pages. That’s basically a lightweight backend system. This was the ChatGPT prompt I used. Guide me through each step. This is what I want. A manually run github actions that adds to docs/data.json with the current date and time. docs/index.html displays all the entries in data.json. Make s...
Comments