Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better ccc? #10

Open
hchiam opened this issue Jan 6, 2019 · 4 comments
Open

better ccc? #10

hchiam opened this issue Jan 6, 2019 · 4 comments
Assignees
Labels
enhancement New feature or request important priority wontfix This will not be worked on

Comments

@hchiam
Copy link
Owner

hchiam commented Jan 6, 2019

better ccc autogen pictures and ask whether noun is picture or string and ask for jquery actions

@hchiam hchiam added enhancement New feature or request important priority labels Jan 6, 2019
@hchiam hchiam self-assigned this Jan 6, 2019
@hchiam
Copy link
Owner Author

hchiam commented Jan 6, 2019

thinking back to what a user most likely might want to do

@hchiam hchiam pinned this issue Jan 6, 2019
@hchiam
Copy link
Owner Author

hchiam commented Mar 12, 2019

@hchiam hchiam added the wontfix This will not be worked on label Mar 12, 2019
@hchiam hchiam closed this as completed Mar 12, 2019
@hchiam
Copy link
Owner Author

hchiam commented Mar 12, 2019

this may help:

$(document).ready(function(){
  $.ajax({
    url: 'https://en.wikipedia.org/w/api.php?action=query&titles=cat&prop=pageimages&format=json&pithumbsize=100',
    dataType: 'jsonp',
    type: 'POST',
    headers: {
      'Api-User-Agent': 'Example/1.0'
    },
    success: function(data) {
      console.log(data.query.pages[Object.keys(data.query.pages)[0]].thumbnail.source);
    }
  });
})

@hchiam hchiam reopened this Mar 12, 2019
@hchiam
Copy link
Owner Author

hchiam commented Mar 15, 2019

Conversational Code Creator - Attempt 2:
https://codepen.io/hchiam/pen/rodgxd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request important priority wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant