it’s working perfect now
Post
Replies
Boosts
Views
Activity
I hope it will help:
Create a ruby file on your Mac using any code editor (For example: JWT.rb)
Example of the code inside this file:
3. Run this file in Terminal using: ruby + file name (ruby JWT.rb)
4. You will see a token in Terminal.
If the token is not made then try this:
Open the root directory of Mac in Terminal and print:
export GEM_HOME="$HOME/. gem"
gem install rails
gem install ruby
Try again the 3 paragraph (Run this file in Terminal using: ruby + file name (ruby JWT.rb))
Good luck :)
I have the same issue with Weather Alert. How to use it? How the correct url should looks like?